[Programming Problem] Design Tic-Tac-Toe

Assume the following rules are for the tic-tac-toe game on an n x n board between two players: – A move is guaranteed to be valid and is placed on an empty block. – Once a winning condition is reached, no more moves are allowed. – A player who succeeds in placing n of their … Continue reading [Programming Problem] Design Tic-Tac-Toe